home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_84 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-14  |  186 b   |  13 lines

  1. on(release){
  2.    tellTarget("_level0/mod1b")
  3.    {
  4.       gotoAndStop("load");
  5.       play();
  6.    }
  7.    gotoAndStop(1);
  8.    tellTarget("../")
  9.    {
  10.       gotoAndStop("park");
  11.    }
  12. }
  13.